Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Make InMemoryEngine public #653

Merged
1 commit merged into from
Feb 6, 2023

Conversation

aivinog1
Copy link
Contributor

@aivinog1 aivinog1 commented Feb 6, 2023

Description

Because the constructor of this class and all methods has a public visibility we should make the InMemoryEngine public as well to use it in other projects

Related issues

closes #645

Definition of Done

Not all items need to be done depending on the issue and the pull request.

Code changes:

  • The changes are backwards compatibility with previous versions
  • If it fixes a bug then PRs are created to backport the fix

Testing:

  • There are unit/integration tests that verify all acceptance criterias of the issue
  • New tests are written to ensure backwards compatibility with further versions
  • The behavior is tested manually

Documentation:

  • Javadoc has been written
  • The documentation is updated

Because the constructor of this class and all methods has a public visibility we should make the `InMemoryEngine` public as well to use it in other projects
@remcowesterhoud remcowesterhoud self-requested a review February 6, 2023 10:19
Copy link
Contributor

@remcowesterhoud remcowesterhoud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @aivinog1 🚀

bors merge

@ghost
Copy link

ghost commented Feb 6, 2023

Build succeeded:

@ghost ghost merged commit 292e353 into camunda:main Feb 6, 2023
@aivinog1 aivinog1 deleted the feature/fix_visibility_InMemoryEngine branch February 6, 2023 11:13
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I as a zeebe-process-test user can't use io.camunda.zeebe.process.test.engine.InMemoryEngine class
2 participants